home *** CD-ROM | disk | FTP | other *** search
- #include <stdio.h>
- #include <stdlib.h>
- #include <winb.h>
- #include <te.h>
- #include <fntb.h>
- #include <gui.h>
-
- extern int judge_dialogId ;
- extern int judge_buttonId[1] ;
- extern int judge_end() ;
- extern int judge_messageId[4] ;
-
- #define ALIGN 4
- #define OFFSET(type) (sizeof(MMIPACKET) + (sizeof(type)+ALIGN-1)/ALIGN*ALIGN)
-
- /* MMI_init 用データ */
-
- /* ヘッダ */
-
- MMIINIT initDataMIJUDGE = { "MmiInit", 8, 0 } ;
-
- /* judge_dialogId */
-
- static MMIPACKET d001 = { &judge_dialogId,
- NULL,
- &MJ_DIALOGL40,
- OFFSET(DIALOGL40),
- MS_NONE
- } ;
- static DIALOGL40 d001d = { MS_BTLEFTL40 | MS_EVMOSONL40 | MS_SAVEL40,
- 1, 59, 178, 243, 8, 7, 8,
- MS_SRECTL40 | MS_FRAMEL40,
- NULL, 0, 0
- } ;
-
- /* judge_buttonId[0] */
-
- static MMIPACKET d002 = { &judge_buttonId[0],
- &judge_dialogId,
- &MJ_DBUTTONL40,
- OFFSET(DBUTTONL40),
- MS_NONE
- } ;
- static DBUTTONL40 d002d = { MS_BTLEFTL40 | MS_EVMOSOFFL40 | MS_EVKEYONL40,
- 50, 205, 129, 230, 4,15, 8,
- MS_PANELL40 | MS_FRAMEL40,
- judge_end,
- 0x0000
- } ;
-
- /* NULL */
-
- static MMIPACKET d003 = { NULL,
- &judge_dialogId,
- &MJ_MSGL40,
- OFFSET(MSGL40),
- MS_NONE
- } ;
- static MSGL40 d003d = { MS_CENTERL40 | MS_DSPONLYL40,
- 10, 71, 169, 94, 8,15, 8,
- MS_NONEL40,
- "形勢判断",
- 1, 12, 12,
- MS_NONEL40,
- 0, 0
- } ;
-
- /* NULL */
-
- static MMIPACKET d004 = { NULL,
- &judge_dialogId,
- &MJ_MSGL40,
- OFFSET(MSGL40),
- MS_NONE
- } ;
- static MSGL40 d004d = { MS_CENTERL40 | MS_DSPONLYL40,
- 51, 206, 125, 229, 8,15, 8,
- MS_NONEL40,
- "確認",
- 1, 12, 12,
- MS_NONEL40,
- 0, 0
- } ;
-
- /* judge_messageId[0] */
-
- static MMIPACKET d005 = { &judge_messageId[0],
- &judge_dialogId,
- &MJ_MSGL40,
- OFFSET(MSGL40),
- MS_NONE
- } ;
- static MSGL40 d005d = { MS_CENTERL40 | MS_DSPONLYL40,
- 12, 101, 171, 121, 8,15, 8,
- MS_NONEL40,
- NULL,
- 1, 12, 12,
- MS_NONEL40,
- 0, 0
- } ;
-
- /* judge_messageId[1] */
-
- static MMIPACKET d006 = { &judge_messageId[1],
- &judge_dialogId,
- &MJ_MSGL40,
- OFFSET(MSGL40),
- MS_NONE
- } ;
- static MSGL40 d006d = { MS_CENTERL40 | MS_DSPONLYL40,
- 12, 126, 171, 146, 8,15, 8,
- MS_NONEL40,
- NULL,
- 1, 12, 12,
- MS_NONEL40,
- 0, 0
- } ;
-
- /* judge_messageId[2] */
-
- static MMIPACKET d007 = { &judge_messageId[2],
- &judge_dialogId,
- &MJ_MSGL40,
- OFFSET(MSGL40),
- MS_NONE
- } ;
- static MSGL40 d007d = { MS_CENTERL40 | MS_DSPONLYL40,
- 12, 151, 171, 171, 8,15, 8,
- MS_NONEL40,
- NULL,
- 1, 12, 12,
- MS_NONEL40,
- 0, 0
- } ;
-
- /* judge_messageId[3] */
-
- static MMIPACKET d008 = { &judge_messageId[3],
- &judge_dialogId,
- &MJ_MSGL40,
- 0,
- MS_NONE
- } ;
- static MSGL40 d008d = { MS_CENTERL40 | MS_DSPONLYL40,
- 12, 180, 171, 200, 8,15, 8,
- MS_NONEL40,
- NULL,
- 1, 12, 12,
- MS_NONEL40,
- 0, 0
- } ;
-
-